home *** CD-ROM | disk | FTP | other *** search
Makefile | 2003-12-26 | 1.4 KB | 52 lines |
- # Copyright (C) 2002 Roberto De Leo <deleo@unica.it>
- #
- # This file is free software; as a special exception the author gives
- # unlimited permission to copy and/or distribute it, with or without
- # modifications, as long as this notice is preserved.
- #
- # This program is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- EXTRA_DIST = movix.pl \
- mixer.pl \
- rc.movix \
- rc.lirc \
- profile \
- bugReport.sh \
- input.conf \
- menu.conf \
- help.txt \
- manpage.txt \
- showpcimodules.sh \
- showisapnpmodules.sh \
- isapnpmodules.sh \
- setHardware.pl \
- config \
- movix.music.avi \
- remotes.data \
- lircd.conf.logitech \
- lircrc.logitech \
- lircd.conf.pctv \
- lircrc.pctv \
- lircd.conf.hauppauge \
- lircd.conf.hauppauge2 \
- lircd.conf.haupserial \
- lircrc.hauppauge \
- lircrc.hauppauge2 \
- lircrc.haupserial \
- lircd.conf.abit \
- lircrc.abit \
- movix-files
-
- bin_SCRIPTS = movix-files
-
- movixdir = $(pkgdatadir)/movix
- movix_DATA = ${EXTRA_DIST}
-
- install-exec-local:
- echo "#!/bin/sh" > $(DESTDIR)$(bindir)/movix-files
- echo "# MoviX v${MOVIX_VERSION}" >> $(DESTDIR)$(bindir)/movix-files
- for i in ${EXTRA_DIST}; do echo "echo $$i" >> $(DESTDIR)$(bindir)/movix-files; done
- # echo "echo \"${EXTRA_DIST}\"" >> $(DESTDIR)$(bindir)/movix-files
-